@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff") format("woff"),
       url("../fonts/Roboto-Medium.ttf") format("truetype"),
       url("../fonts/Roboto-Medium.svg") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto-Regular.ttf") format("truetype"),
       url("../fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Regular.svg") format("svg");
}
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0; outline: none;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-size: 14px;color: #333; outline:none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-size: 14px;color: #333;cursor: pointer; outline:none;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],input[type="search"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #025FC3;border-radius: 2px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.scaleimg:hover em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
/*背景图片*/
.bgCover{background-position: center;background-repeat: no-repeat;background-size: cover;}
.bgContain{background-position: center;background-repeat: no-repeat;background-size: contain;}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*常用定位*/
.top50{top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.left50{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.topleft50{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}

body{ position: relative;}
.w1700{max-width: 1700px; width: 90%; margin: 0 auto;}
.w1366{max-width: 1366px; width: 90%; margin: 0 auto;}
.w1200{max-width: 1200px; width: 90%; margin: 0 auto;}

#page{ background: #fff;}

/*头部*/
.header{position: fixed; top: 0; left: 0; height: 120px; width: 100%; background: rgba(255,255,255,0.8); z-index: 12; transition: 0.5s; z-index: 15;}
.header .head{height: 100%; transition: 0.5s;}
.header .logo{display: block; position: relative; top: 50%; transform: translateY(-50%); transition: 0.5s;}
.header .logo img{max-height: 89px; transition: 0.5s; display: block;}
.header .nav{ float: right; z-index: 0; width: calc(100% - 52%); }
.header .nav > ul{display: flex; justify-content: space-between;}
.header .nav .nLi h3{line-height: 120px; height: 120px; }
.header .nav .nLi h3 a{display: block;text-align: center;font-size: 18px;color: #3a3a3a; font-weight: normal; position: relative; transition: 0.4s; -webkit-transition: 0.4s;}
.header .nav .nLi h3 a::before{ content: ""; position: absolute; bottom: -1px; left: 0; transform: translateY(-50%); width: 0; height: 2px; background: #cf292e; transition: 0.3s; z-index: -1;}
.header .nav .nLi:hover h3 a{color: #cf292e;}
.header .nav .nLi:hover h3 a::before{ width: 100%;}
.header .nav .nLi.on h3 a{ color: #cf292e;}
.header .nav .nLi.on h3 a:before{ width: 100%;}

.header .nav .nLi .navSub{position: absolute;left: 0;top:120px;background: #f5f5f5;display: none;-webkit-box-shadow: 0px 6px 12px 0px rgba(55, 55, 55, 0.3);box-shadow: 0px 6px 12px 0px rgba(55, 55, 55, 0.3);overflow: hidden;width: 100%; border-bottom: 1px #eee solid;}
.header .nav .nLi .navSub .bg{width: 600px;height: 100%;position: absolute;right: 50%;margin-right: 366px;background-repeat: no-repeat;background-position: center bottom;background-size: cover;}
.header .nav .nLi .navSub .w1200{box-sizing:border-box;position: relative;z-index: 2;padding: 25px 306px 25px 282px;}
.header .nav .nLi .navSub .w1200 h3{font-size: 36px;color: #fff;line-height: 54px;font-weight: normal;position: absolute;left: 0;top:50%;margin-top: -27px;}
.header .nav .nLi .navSub .w1200 .slogan{position: absolute;right: 0;top:50%;margin-top: -37px;text-align: center;}
.header .nav .nLi .navSub .w1200 .slogan h5{font-size: 22px;line-height: 42px;color: #cf292e; font-weight: bold;}
.header .nav .nLi .navSub .w1200 .slogan p{font-size: 18px;line-height: 31px;color: #cf292e;font-family: "Arial";}
.header .nav .nLi .navSub .w1200 ul{width: 100%;min-height: 125px;}
.header .nav .nLi .navSub .w1200 ul li{float: left; width: 28%;position: relative; margin-right: 8%; margin-bottom: 10px;}
.header .nav .nLi .navSub .w1200 ul li:nth-child(3n){ margin-right: 0;}
.header .nav .nLi .navSub .w1200 ul li:before{content: "";width: 100%;height: 100%;padding-left: 30px;position: absolute;top:0;left: -30px;background: #fff;
-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50% 0;transform-origin: 0 50% 0;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.header .nav .nLi .navSub .w1200 ul li a{display: block;position: relative;z-index: 2;font-size: 16px;line-height: 42px;color: #333333;padding-right: 32px;}
.header .nav .nLi .navSub .w1200 ul li a:before{content: "";width: 7px;height: 9px;position: absolute;right: 20px;top:16px;background: url(../images/arrow5.png) no-repeat left top; transition: 0.3s; -webkit-transition: 0.3s;}
.header .nav .nLi .navSub .w1200 ul li:hover:before{-webkit-transform: scaleX(1);transform: scaleX(1);}
.header .nav .nLi .navSub .w1200 ul li:hover a{color: #cf292e;}
.header .nav .nLi .navSub .w1200 ul li:hover a:before{background-position: left bottom;}

.header .right{position: relative; float: right; transition: 0.5s; }
.header .right .searchIcon{display: inline-block; position: relative; width: 62px; height: 32px; text-align: center; line-height: 32px; border: 1px #717171 solid; border-radius: 16px; cursor: pointer;}
.header .right .searchIcon img{ display: block; width: 17px;}
.header .right .icon{ cursor: pointer; transition: 0.3s; display: inline-block;}
.header .right .icon.oaIcon{ position: relative; margin-left: 24px; margin-right: 6px;}
.header .right .icon.oaIcon::before{ content: ""; position: absolute; top: 50%; left: -15px; width: 1px; height: 24px; background: rgba(0,0,0,0.3); transform: translateY(-50%);}
.header .right .icon:hover{ box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.header .right .wx{ margin-left: 24px;}
.header .right .ma{display: none; opacity: 0; position: absolute; top: 60px; right: 0; width: 120px; height: 120px; background: #fff; padding: 10px; transition: 0.3s; overflow: hidden; box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.header .right .ma img{ width: 100%; height: 100%;}
.header .right .wxBox .ma.on{ top: 32px; opacity: 1;}

.header.on{background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); height: 100px;}
.header.on .logo img{max-height: 72px;}
.header.on .nav .nLi h3{height: 100px; line-height: 100px;}
.header.on .nav .nLi .navSub{top: 100px;}
/*手机导航*/
.menu-btn{position: relative; top: -3px; display: none; width: 24px;height: 24px;font-size: 0; margin-left: 24px; cursor: pointer; transition: 0.5s; -webkit-transition: 0.5s;}
.menu-btn span{display: block;width: 100%;height: 3px;background-color: #666;transition: 0.5s ease-out;}
.menu-btn span:nth-child(2){margin: 7px 0;}

/*搜索弹窗*/
.searchTan{ display: none; border-radius: 8px; overflow: hidden;}
.searchTan form{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 90%; height: 50px; margin: auto; }
.searchTan form .text-input{ display: block; width: 100%; height: 100%; padding: 0 50px 0 10px; box-sizing: border-box; border: 1px solid #ccc; font-size: 16px; border-radius: 40px;}
.searchTan form .sub-btn{position: absolute; right: 0; top: 0; width: 52px; height: 52px; background:url(../images/icon_search.png) center no-repeat; background-size: 24px 24px; border: none;  border-radius: 50%;}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;background-image: none;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: "×";position: absolute;width: 30px;height: 30px;font-size: 30px;text-align: center;line-height: 26px;font-weight: bold; color: #c4c4c4; font-weight: bold;}

/*banner*/
.banner{ position: relative; width: 100%; overflow: hidden;}
.banner .swiper-slide a{ display: block; height: 100vh; background-size: cover; background-position: center; transition: 1s linear 2s; transform: scale(1.1,1.1);}
.banner .swiper-slide-active a,.banner .swiper-slide-duplicate-active a{transition: 7s linear; transform: scale(1,1);}
.banner .bannerNext{background: url(../images/bannerRight.png) no-repeat 0 0; width: 38px; height: 38px; right: -60px; transition: 0.3s; -webkit-transition: 0.3s; cursor: pointer; background-size: cover; transition: 0.4s;}
.banner .bannerPrev{background: url(../images/bannerRight.png) no-repeat 0 0; width: 38px; height: 38px; left: -60px; transform: rotate(180deg); -webkit-transform: rotate(180deg); transition: 0.3s; -webkit-transition: 0.3s;cursor: pointer; background-size: cover;}
.banner:hover .bannerNext{ right: 40px;}
.banner:hover .bannerPrev{ left: 40px;}
.banner .btn{ bottom: 34px;}
.banner .btn span{position: relative; width: 12px; height: 12px; background: rgba(255,255,255,0.6); transition: 0.4s; box-sizing: border-box; margin: 0 10px !important; opacity: 1;}
.banner .btn span::before{ content: ""; position: absolute; top: -5px; left: -5px; width: calc(100% + 10px); height: calc(100% + 10px); background: rgba(255,255,255,0); border-radius: 50%;}
.banner .btn span.swiper-pagination-bullet-active{ background: #fff;}
.banner .btn span.swiper-pagination-bullet-active::before{background: rgba(255,255,255,0.3);}

/*首页公用*/
.indexTitle{line-height: 94px; display: flex; justify-content: space-between;}
.indexTitle h3{ font-size: 30px; color: #222222; font-weight: bold;}
.indexTitle .scollBox{width: calc(100% - 310px);}
.indexTitle .scollBox a{position: relative; font-size: 20px; color: #666666; transition: 0.3s; display: inline-block;}
.indexTitle .moreBox .imore{ color: #666; transition: 0.3s;}
.indexTitle .moreBox .imore:hover{color: #ee2125;}
/*part1*/
.partOne{background: url(../images/partOneBg.jpg) no-repeat center; background-size: cover; padding: 52px 0 102px 0;}
.partOne .indexTitle .scollBox a{margin-right: 50px;}
.partOne .indexTitle .scollBox a::before{ content: ""; position: absolute; top: 50%; left: 0; width: 0; height: 4px; background: #ee2125; margin-top: -2px; transition: 0.3s;}
.partOne .indexTitle .scollBox a:hover{padding-left: 24px; color: #ee2125;}
.partOne .indexTitle .scollBox a:hover::before{ width: 15px;}
.partOne .indexTitle .scollBox a.on{padding-left: 24px; color: #ee2125;}
.partOne .indexTitle .scollBox a.on::before{ width: 15px;}
.partOne .moreBox .imore{ display: none;}
.partOne .moreBox .imore1{ display: block;}
.partOne .partOneBox{ overflow: hidden;}
.partOne .itemBox{ padding: 40px 10px 10px 10px; overflow: hidden;}
.itemBox li a{ display: block; }
.itemBox li a .box{background: #fff;}
.itemBox li a .pic{ overflow: hidden;}
.itemBox li a .pic em{ display: block; padding-bottom: 65%;}
.itemBox li a .text{ padding: 12px 25px 52px 25px;}
.itemBox li a .text h3{ font-size: 18px; color: #222222; line-height: 60px; height: 60px;}
.itemBox li a .text p{ line-height: 24px; height: 48px; color: #666666;}
.itemBox li a .text .btm{ margin-top: 40px; display: flex; justify-content: space-between;align-items: center;}
.itemBox li a .text .btm .time b{ font-size: 22px; color: #222222; font-weight: normal; display: block; line-height: 26px; font-family: "Roboto-Medium"; transition: 0.3s;}
.itemBox li a .text .btm .time span{ color: #999999; font-family: "Roboto-Regular";}
.itemBox li a .text .btm i{ display: block; width: 18px; height: 18px; background:url(../images/next.png) no-repeat right top; transition: 0.3s;}
.itemBox li a:hover .box{box-shadow: 0 0 9px rgba(0,0,0,0.24); transform: translateY(-16px);}
.itemBox li a:hover .text .btm i{ background-position: left top;}
.itemBox li a:hover .text h3{ color: #204ca6;}
.itemBox li a:hover .text .btm .time b{color: #ee2125;}

/*part2*/
.partTwo{ padding: 42px 0 0 0;}
.partTwo .indexTitleBox{ border-bottom: 1px #e8e8e8 solid;}
.partTwo .indexTitleBox .scollBox{ overflow: hidden;}
.partTwo .indexTitleBox .scollBox li{ width: auto;}
.partTwo .indexTitleBox .scollBox .on a{ color: #ec1c23;}
.partTwo .indexTitleBox .scollBox .on a::after{ content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 4px; background: #e81b21;}
.partTwo .moreBox .imore{ display: none;}
.partTwo .moreBox .imore1{ display: block;}
.partTwoBox{position: relative; overflow: hidden; }
.partTwoBox .text{width: 40.77%; overflow: hidden; background: #fff;}
.partTwoBox .text h3{height: 82px; line-height: 82px; border-bottom: #e8e8e8 1px solid; font-size: 20px; color: #222222; font-weight: bold;}
.partTwoBox .text .textItem{ padding: 26px 0 34px 0; border-bottom: #e8e8e8 1px solid;}
.partTwoBox .text .textItem h4{font-size: 16px; color: #222222;}
.partTwoBox .text .textItem .txt{ font-size: 16px; line-height: 30px; height: 30px; font-size: 14px; color:rgba(34,34,34,0.9); margin-top: 20px; }
.partTwoBox .text .textItem .txt *{display: initial;}
.partTwoBox .text .textItem .txt2{height: 126px;  -webkit-line-clamp: 4; font-size: 16px;}
.partTwoBox .text .btnBox{ margin-top: 102px;}
.partTwoBox .text .btnBox .btn{display: inline-block; height: 36px; line-height: 36px; padding: 0 32px; border: 1px #f1797c solid; border-radius: 17px; color: #e81b21; transition: 0.3s; margin-right: 22px;}
.partTwoBox .text .btnBox .btn img{position: relative; top: 4px; margin-right: 6px; transition: 0.3s;}
.partTwoBox .text .btnBox .btn i{position: relative; top: 4px; margin-left: 4px; display: inline-block; width: 18px; height: 18px; background: url(../images/next.png) no-repeat left top; transform: scale(0.6); transition: 0.3s;}
.partTwoBox .text .btnBox .btn:hover{background: #e81b21; border-color: #e81b21; color: #fff;}
.partTwoBox .text .btnBox .btn:hover img{filter: brightness(0) invert(1);}
.partTwoBox .text .btnBox .btn:hover i{filter: brightness(0) invert(1);}
.partTwoBox .picBox{ width:54.68%; overflow: hidden; height: 580px;}
.partTwoBox .picBox .swiper-slide{text-align: center; transition: 0.4s; height: 100%;}
.partTwoBox .picBox .swiper-slide img{max-height: 420px;}
.partTwoBox .picBox .swiper-slide.swiper-slide-active p{display: none; opacity: 0;}
.partTwoBox .picBox a{position: relative; display: block; height: 100%;}
.partTwoBox .picBox a p{ opacity: 1; position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 10px; box-sizing: border-box; font-size: 20px; color: #666666; line-height: 36px; height: 36px;}
.partTwoBox .itemBox{position: relative;padding: 35px 0 94px 0;}
.partTwoBox .itemBox::before{ content: ""; position: absolute; top: 0; right: 27.3%; width: 1px; height: 100%; background: #e5e5e5; z-index: 0;}
.partTwoBox .itemBox .qieBox{ position: absolute; top: 50%; right: 25%; margin-top: -50px;}
.partTwoBox .itemBox .qieBox .qie{ position: relative; top: auto; left: auto; right: auto; width: 60px; height: 60px; border: 1px #e5e5e5 solid; border-radius: 50%; background: #fff; transition: 0.3s; pointer-events: initial; margin: 0 ; opacity: 1;}
.partTwoBox .itemBox .qieBox .qie::before{ content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 17px; background: url(../images/left.png) no-repeat center; transform: translate(-50%,-50%); transition: 0.3s;}
.partTwoBox .itemBox .qieBox .qie:hover{ background: #ee2125; border-color: #ee2125;}
.partTwoBox .itemBox .qieBox .qie:hover::before{ filter: brightness(0) invert(1);}
.partTwoBox .itemBox .qieBox .qie.swiper-button-next{ margin-top: 32px;}
.partTwoBox .itemBox .qieBox .qie.swiper-button-next::before{ transform:translate(-50%,-50%) rotate(180deg) ;}
.partTwoBox .itemBox .dot{ position: absolute; bottom: 98px; right: 28.4%; width: 30%; background: #fff;}
.partTwoBox .itemBox .dot span{ font-size: 20px; color: #acacac; font-family: "Roboto-Regular"; width: auto; height: auto; background: none; margin: 0 1% !important; opacity: 1;}
.partTwoBox .itemBox .dot span i{position: relative; top: -6px; margin-left: 6px; display: inline-block; width: 0; height: 1px; background: #c5c5c5; transition: 0.3s;}
.partTwoBox .itemBox .dot span.swiper-pagination-bullet-active{color: #ee2125;}
.partTwoBox .itemBox .dot span.swiper-pagination-bullet-active i{width: 120px;}

/*part3*/
.partThree{background: url(../images/partThreeBg.jpg) no-repeat center; background-size: cover; padding: 43px 0 55px 0;}
.partThree .indexTitle{display: block; text-align: center;}
.partThree .indexTitle h3{ color: #fff;}
.partThree .box{margin-top: 18px;}
.partThree .box>.fl{ width: 26.35%; }
.partThree .box>.fl em{ display: block; padding-bottom: 148%;}
.partThree .box .item{display: block; position: relative; overflow: hidden;}
.partThree .box .item .text{ position: absolute; top: calc(100% - 74px); background: rgba(32,76,166,0.6); width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; z-index: 1; transition: 0.4s;}
.partThree .box .item .text h3{ text-align: center; font-size: 20px; color: #ffffff; line-height: 74px; padding-top: 0; transition: 0.4s;}
.partThree .box .item .text .txt{font-size: 14px; color: #fff; line-height: 28px; text-align: justify; height: 168px; -webkit-line-clamp: 6; margin-top: 30px;}
.partThree .more{position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); display: block; width: 140px; height: 34px; text-align: center; line-height: 34px; border: 1px #fff solid; border-radius: 17px; color: #fff; transition: 0.4s;}
.partThree .more:hover{ background: #ee2125;border-color: #ee2125;}
.partThree .box .item:hover .text{top: 0;}
.partThree .box .item:hover .text h3{ padding-top: 40px;}
.partThree .box .right{ width: 72.18%;}
.partThree .box .right .itemTop{ display: flex; justify-content: space-between;}
.partThree .box .right .itemTop .item:first-child{ width: 61.86%;}
.partThree .box .right .itemTop .item:first-child em{ display: block; padding-bottom: 43.77%;}
.partThree .box .right .itemTop .item .text .txt{height: 84px; -webkit-line-clamp: 3; margin-top: 0;}
.partThree .box .right .itemTop .item .more{bottom: 26px;}
.partThree .box .right .itemTop .item:hover .text h3{padding-top: 10px;}
.partThree .box .right .itemTop .item:nth-child(2){ width: 35.9%;}
.partThree .box .right .itemTop .item:nth-child(2) em{ display: block; padding-bottom: 75.4%;}
.partThree .box .right .itemBtm{margin-top: 21px;}
.partThree .box .right .itemBtm .item:first-child{ width: 47%;}
.partThree .box .right .itemBtm .item:first-child em{ display: block; padding-bottom: 53%;}
.partThree .box .right .itemBtm .item:nth-child(2){ width: 50.7%;}
.partThree .box .right .itemBtm .item:nth-child(2) em{ display: block; padding-bottom: 49%;}
.partThree .moreAll{ position: relative; bottom: auto; left: auto; transform: none; margin: 0 auto; margin-top: 46px;}

/*part4*/
.partFour{background: url(../images/partFourBg.jpg) no-repeat center; background-size: cover; padding: 76px 0 64px 0;}
.partFour .boxTop{ display: flex; justify-content: space-between;}
.partFour .boxTop .text{position: relative; width: 43.92%; padding-top: 6px;}
.partFour .boxTop .text .txt{ padding-top: 30px; font-size: 16px; color: #333333; line-height: 36px; height: 108px; text-align: justify;}
.partFour .boxTop .text .more{position: absolute; bottom: 0; left: 0; display: block; width: 140px; height: 34px; text-align: center; line-height: 34px; border: 1px #b4b4b6 solid; border-radius: 17px; color: #a3a3a3; transition: 0.4s;}
.partFour .boxTop .text .more:hover{ background: #ee2125;border-color: #ee2125; color: #fff;}
.partFour .boxTop .videoBox{position: relative; width: 50%; z-index: 1;}
.partFour .boxTop .videoBox::after{ content: ""; position: absolute; top: 42px; left: 42px; width: 100%; height: 100%; background: rgba(2,76,152,0.05); z-index: -1;}
.partFour .boxTop .videoBox em{ display: block; padding-bottom: 64.5%;}
.partFour .boxTop .videoBox .play{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); cursor: pointer;}
.partFour .boxTop .videoBox .play::before{ content: ""; position: absolute; top: 0; left: 0; width: 72px; height: 72px; border: 1px #fff solid; animation: play 4s infinite; border-radius: 50%;}
.partFour .boxTop .videoBox .play::after{ content: ""; position: absolute; top: 0; left: 0; width: 72px; height: 72px; border: 1px #fff solid; animation: play 4s infinite; border-radius: 50%; animation-delay: 2s;}
@keyframes play {
	0% { opacity: 0; -webkit-transform: scale(1, 1); }
	5% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale(1.8); }
}
@-webkit-keyframes play {
	0% { opacity: 0; -webkit-transform: scale(1, 1); }
	5% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale(1.8); }
}
.partFour .boxBtm{ margin-top: 96px; display: flex; }
.partFour .boxBtm .item{position: relative; width: 25%; text-align: center;}
.partFour .boxBtm .item::before{ content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: #c1c0bf;}
.partFour .boxBtm .item:last-child::after{ content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: #c1c0bf;}
.partFour .boxBtm .item h3{font-size: 16px; color: #ee2125; font-weight: normal; }
.partFour .boxBtm .item h3 b{display: inline-block; font-size: 40px; font-family: "Roboto-Medium"; line-height: 40px;}
.partFour .boxBtm .item h3 i{font-weight: bold; position: relative; top: -18px; padding-left: 3px;}
.partFour .boxBtm .item p{font-size: 16px; color: #666666; margin-top: 4px;}

/*part5*/
.partFive{background: url(../images/partFiveBg.jpg) no-repeat center; background-size: cover; padding: 38px 0 50px 0;}
.partFive .indexTitle h3{ color: #fff;}
.partFive .box{position: relative; margin-top: 35px; overflow: hidden; padding-bottom: 68px;}
.partFive .box li a{position: relative; display: block; background: #fff; height: 100px;}
.partFive .box li a img{ display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 90%; max-height: 90%;}
.partFive .box li a::before,.partFive .box li a::after{content:"";display:block;width: 0;height:0;border:2px solid transparent;box-sizing: border-box;position: absolute;}
.partFive .box li a::before{top:0;left:0;transition: border-color 0s ease-in 0.6s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.partFive .box li a::after{right:0;bottom:0;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;}
.partFive .box li a:hover::before{width:100%;height:100%;transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;border-top-color:#ee2125;border-right-color:#ee2125;}
.partFive .box li a:hover::after{width:100%;height:100%;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;border-bottom-color:#ee2125;border-left-color:#ee2125;}
.partFive .box .btn{ bottom: 0;}
.partFive .box .btn span{ width: 10px; height: 10px; background: rgba(255,255,255,0.7); transition: 0.3s; opacity: 1;}
.partFive .box .btn span.swiper-pagination-bullet-active{width: 27px; border-radius: 5px; background: #fff; margin: 0 8px !important;}

/*footer*/
.footer{background: url(../images/footBg.jpg) no-repeat center; background-size: cover; padding-top: 65px;}
.footer .footerTop{ padding-bottom: 48px;}
.footer .footerTop .boxTop{display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px #586071 solid;}
.footer .footerTop .footSearch{position: relative; width: 370px; height: 56px; line-height: 56px; background: rgba(0,0,0,0.2); border-radius: 10px; }
.footer .footerTop .footSearch span{position: relative; display: block; padding-left: 39px; box-sizing: border-box; font-size: 16px; color: #ffffff; cursor: pointer;}
.footer .footerTop .footSearch span::after{ content: ""; position: absolute; top: 50%; right: 16px; width: 24px; height: 10px; background: url(../images/searchIcon.png) no-repeat 0 0; margin-top: -5px;}
.footer .footerTop .footSearch ul{display: none; position: absolute; top: 56px; left: 0; width: 100%; border-radius: 10px; background: #fff; padding: 10px 30px; box-sizing: border-box; line-height: 30px; z-index: 2; max-height: 190px; overflow-y: auto;}
.footer .footerTop .footSearch ul a{ display: block; font-size: 16px; transition: 0.3s;}
.footer .footerTop .footSearch ul a:hover{ color: #ee2125;}
.footer .footerTop .boxBtm{display: flex; padding-top: 32px; justify-content: space-between;}
.footer .footerTop .boxBtm .text{ color: #fff; font-size: 18px; line-height: 30px; max-width: 44%;}
.footer .footerTop .boxBtm .text p{ margin-bottom: 12px;}
.footer .footerTop .boxBtm .footNav{ width: 25%; font-size: 0; }
.footer .footerTop .boxBtm .footNav a{position: relative; display: inline-block; font-size: 18px; color: #FFFFFF; margin: 0 22px; line-height: 30px; margin-bottom: 12px; }
.footer .footerTop .boxBtm .footNav a::before{ content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 1px; background: #fff; transition: 0.3s;}
.footer .footerTop .boxBtm .footNav a:hover::before{ width: 100%; left: 0;}
.footer .footerTop .boxBtm .right .online{ width: 100%; font-size: 15px; height: 40px; line-height: 40px; box-sizing: border-box;}
.footer .footerTop .boxBtm .right .online.xitong{ float: right; margin-bottom: 26px;}
.footer .footerTop .online{ display: block; line-height: 48px; height: 48px; border-radius: 0; font-size: 18px; color: #fff; transition: 0.3s; background: rgba(84,163,221,0.8); padding: 0 27px; text-align: center;}
.footer .footerTop .online img{ position: relative; top: 3px; margin-right: 8px; filter: brightness(0) invert(1);}
.footer .footerTop .online:hover{ background: rgba(84,163,221,1);  box-shadow: 3px 5px 6px 0px rgba(20, 0, 1, 0.25);}
.footer .footerTop .boxBtm .right .rBox a{display: inline-block;  margin-left: 6px; width: auto;}
.footer .footerTop .boxBtm .right .rBox a:first-child{ margin-left: 0;}
.footer .footerTop .boxBtm .right .ma .pic{position: relative; width: 115px; height: 115px; padding: 10px; box-sizing: border-box; background: #fff;}
.footer .footerTop .boxBtm .right .ma .pic img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); max-width: 100%; max-width: 100%;}
.footer .footerTop .boxBtm .right .ma p{ text-align: center; color: #fff; margin-top: 8px;}
.footerBtm{background: rgba(0,0,0,0.23); padding: 24px 0;}
.footerBtm .w1700{ display: flex; justify-content: space-between; align-items: center;}
.footerBtm .txt{font-size: 18px; color: rgba(255,255,255,0.6);}
.footerBtm .txt a{color: rgba(255,255,255,0.6); transition: 0.3s; display: inline-block; margin-left: 14px;}
.footerBtm .txt a:hover{ color: #fff; }
.footerBtm .img{ display: flex; align-items: center;}
.footerBtm .img img{ display: block; margin-left: 26px;}
.footerBtm .img a{color: rgba(255,255,255,0.6); font-size: 16px; text-decoration: underline; transition: 0.3s; }
.footerBtm .img a:hover{ color: #fff;}
/*右侧飘窗*/
.fixedRight{ position: fixed; top: 50%; right: -40px; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 20; background: #fff; width: 38px; box-shadow: 0 0 4px rgba(0,0,0,0.18); border-radius: 17px; padding: 20px 0; transition: 0.4s;}
.fixedRight.on{right: 0;}
.fixedRight .item{ position: relative; cursor: pointer;}
.fixedRight .item:first-child span::before{ content: ""; position: absolute; bottom: 0; left: 50%; width: 10px; height: 1px; background: #cecece; margin-left: -5px;}
.fixedRight .item span{position: relative; z-index: 2; font-size: 12px; color: #666666; display: inline-block; padding: 12px 10px; width: 18px; text-align: center; transition: 0.4s; background: #fff; line-height: 14px;}
.fixedRight .item span img{ transition: 0.3s; margin-bottom: 4px;}
.fixedRight .item .ma{ position: absolute; top: 0; right: -180px; background: #2065bb; width: 128px; height: 100%; padding: 14px 0 0 18px; box-sizing: border-box; transition: 0.4s;}
.fixedRight .item .ma img{width: 88px; height: 88px; border: 4px #fff solid; background: #fff; box-sizing: border-box;}
.fixedRight .item:hover span{color: #fff; background: #2065bb;}
.fixedRight .item:hover span img{filter: brightness(0) invert(1);}
.fixedRight .item:hover .ma{right: 38px;}
.fixedRight .goback{display: block; margin: 0 auto; cursor: pointer; margin-top: 14px;}

/*内页*/
.nBan{ padding-top: 120px;}
.nBan .nBanBox{ position: relative; padding-bottom: 20.833%;}
.nBan .nBanBox .w1366{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%;}
.nBan .nBanBox .title{ position: relative; top: 44%; transform: translateY(-50%); color: #037dd7;}
.nBan .nBanBox .title h3{ font-size: 30px;}
.nBan .nBanBox .title p{ font-size: 20px; font-family: "Roboto-Medium"; text-transform: uppercase;}
.clib{ position: absolute; bottom: 22px; left: 0; width: 100%; text-align: right; color: #fff;}
.clib img{ position: relative; top: 2px;}
.clib a{ color: #fff; padding-right: 5px; transition: 0.3s;}
.clib a.on{color: #eb1818;}
.clib a:hover{ color: #eb1818;}
.inpageNav{ height: 80px; line-height: 80px; background: #fff; box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19); position: relative; z-index: 1;} 
.inpageNav .w1366{ height: 100%; text-align: center; font-size: 0;}
.inpageNav .w1366 a{position: relative; display: inline-block; font-size: 18px; color: #222222; margin: 0 28px; transition: 0.4s;}
.inpageNav .w1366 a::before{ content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background: #eb1818; transition: 0.4s;}
.inpageNav .w1366 a:hover{ color: #eb1818;}
.inpageNav .w1366 a:hover::before{left: 0; width: 100%;}
.inpageNav .w1366 a.on{ color: #eb1818;}
.inpageNav .w1366 a.on::before{left: 0; width: 100%;}
.centBox{ min-height: 200px;}
.word{ font-size: 16px; line-height: 34px; color: #3a3a3a; text-align: justify;}
.word img{ max-width: 100%; height: auto !important; }

/*关于我们*/
.aboutBox{ padding-top: 54px; padding-bottom: 95px;}
.aboutBox .aboutTitle{line-height: 42px; font-size: 22px; color: #333333; text-align: center; margin-bottom: 34px;}
.aboutBox .aboutNum{position: relative; display: flex; justify-content: space-between; margin: 0 7.7%; background: #fff; box-shadow: 0px 0px 9px 0px rgba(38, 3, 3, 0.19); margin-top: 36px; z-index: 1;}
.aboutBox .aboutNum .item{position: relative; width: 25%; text-align: center; padding: 34px 0;}
.aboutBox .aboutNum .item::after{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 66px; background: #eeeeee; transform: translateY(-50%);}
.aboutBox .aboutNum .item:last-child::after{ display: none;}
.aboutBox .aboutNum .item h3{ font-weight: normal; font-size: 16px; color: #ee2125;}
.aboutBox .aboutNum .item h3 b{ font-size: 40px; font-family: "Roboto-Medium";}
.aboutBox .aboutNum .item h3 em{font-size: 20px; position: relative; top: -18px; padding-left: 4px;}
.aboutBox .aboutNum .item p{ font-size: 16px; color: #666666; margin-top: 6px;}
.aboutBox .aboutImg{ margin-top: -58px; display: block; width: 100%; margin-bottom: 32px;}

/*组织机构*/
.organizeBox{ background: url(../images/organizeBg.jpg) no-repeat center; background-size: cover;}
.organizeBox .organizeImg{ display: block; margin: 0 auto; max-width: 100%;}
.organizeBox .organizeImg.organizeImg-m{display: none;}

/*企业文化*/
.cultureBox{ background: url(../images/cultureBg.jpg) no-repeat center; background-size: cover; padding: 40px 0 80px 0; border-bottom: 22px #c6b7a6 solid;}
.inpageTitle{position: relative; text-align: center; font-size: 22px; color: #3a3a3a; line-height: 60px;}
.inpageTitle::before{ content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 3px; background-color: #eb1818;}
.cultureBox .cultureText{ width: 829px;  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05); margin-top: 63px; padding: 43px 0 48px 63px; margin-bottom: 26px; box-sizing: border-box;}
.cultureBox .cultureText img{ display: block;}
.cultureBox .cultureText img.culture2{ margin: 60px 0 60px 50px;}
.cultureBox .cultureText img.culture3{ margin-left: 134px;}

.curtureActive{ overflow: hidden; position: relative; margin-top: 55px; padding-bottom: 110px;}
.curtureActive ul li a{display: block; background: rgba(255,255,255,0.9); padding: 24px 22px 6px 22px; box-sizing: border-box;}
.curtureActive ul li a .pic{ overflow: hidden;}
.curtureActive ul li a .pic em{ display: block; padding-bottom: 54%;}
.curtureActive ul li a p{ height: 68px; line-height: 68px; text-align: center; font-size: 18px; color: #222222;}
.curtureActive ul li a:hover p{color: #eb1818;}
.curtureActive .btn{top: auto; bottom: 0; margin-top: 0; width: 36px; height: 36px; border-radius: 50%; background: #fff; transition: 0.3s;}
.curtureActive .btn::after{ content: ""; position: absolute; top: 50%; left: 40%; width: 10px; height: 10px; border-top: 1px #eb1818 solid; border-right: 1px #eb1818 solid; transform: translate(-50%,-50%) rotate(45deg); transition: 0.3s;}
.curtureActive .btn.swiper-button-next{right: 42%;}
.curtureActive .btn.swiper-button-prev{left: 42%;}
.curtureActive .btn.swiper-button-prev::after{ transform: translate(-50%,-50%) rotate(-135deg); left: 60%;}
.curtureActive .btn:hover{ background: #eb1818;}
.curtureActive .btn:hover::after{border-color: #fff;}
.curtureActive .pageState{ position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 7;}
.curtureActive .pageState span{float: left; color: rgba(255,255,255,0.7); font-size: 18px;}
.curtureActive .pageState span em{ font-size: 30px; color: rgba(255,255,255,1);}
.curtureActive .pageState span b{ font-weight: normal;}

.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease }
.Gallery.show { opacity: 1 }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120 }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120 }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0,0,0,.5); width: 55px; cursor: pointer }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0,0,0,.5); width: 55px; cursor: pointer }
.Gallery img { max-height: 87%; max-width: 99% }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99% }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0) }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0 }
.g-list span { display: inline-block; vertical-align: middle; height: 100% }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff }
.g-close { cursor: pointer }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px }
.g-top button:hover { opacity: 1 }

/*合作伙伴*/
.partnerBox{background: url(../images/partnerBg.jpg) no-repeat center bottom; background-size: cover; padding: 84px 0 90px 0;}
.partner{ overflow: hidden; position: relative; padding: 10px; padding-bottom: 66px;}
.partner ul li a{ display: block; position: relative; height: 110px; background-color: #fff; transition: 0.3s;}
.partner ul li a:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.partner ul li a img{display: block; max-width: 100%; max-height: 100%;}
.partner .btn{bottom: 0;}
.partner .btn span{width: 10px; height: 10px; background: #0e5bb0; margin: 0 5px !important; opacity: 0.7;}
.partner .btn span.swiper-pagination-bullet-active{width: 27px; border-radius: 5px; opacity: 1;}
/*产品列表*/
.grayBg{background-color: #f7f7f7; padding: 60px 0 30px 0;}
.contentCon .menu{position: relative; z-index: 14; width: 270px;}
.contentCon .content{ width: calc(100% - 316px); background: #fff; padding: 42px 27px 60px 27px; box-sizing: border-box;}
.contentCon .menu .title{position: relative; border-top-left-radius: 20px; border-top-right-radius: 20px; background: #0e5bb0; padding:26px 0 20px 38px; color: #fff;}
.contentCon .menu .title::after{ content: ""; position: absolute; bottom: 2px; right: 5px; width: 67px; height: 66px; background: url(../images/logoIcon.png) no-repeat 0 0;}
.contentCon .menu .title h3{ font-size: 26px; line-height: 30px;}
.contentCon .menu .title p{ font-size: 16px; text-transform: uppercase; line-height: 26px;}
.contentCon .menu>ul{background: #fafafa; border: 1px #eeeeee solid; border-top: none; border-bottom: none;}
.contentCon .menu>ul>li{ position: relative;}
.contentCon .menu>ul>li>a{ position: relative; display: block; height: 60px; line-height: 60px; border-bottom: 1px #eee solid; padding: 0 30px 0 38px; font-size: 18px; color: #222222; transition: 0.4s;}
.contentCon .menu>ul>li>a::before{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: #eb1818; transition: 0.4s;}
.contentCon .menu>ul>li>a i{position: absolute; top: 50%; right: 30px; transform: translateY(-50%); display: block; width: 7px; height: 9px; background: url(../images/arrow5.png) left top; transition: 0.4s;}
.contentCon .menu>ul>li>a:hover{background: #fffdff; color: #eb1818; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.contentCon .menu>ul>li>a:hover i{background-position: left bottom;}
.contentCon .menu>ul>li>a:hover::before{ top: 0; height: 100%;}
.contentCon .menu>ul>.on>a{background: #fffdff; color: #eb1818; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.contentCon .menu>ul>.on>a i{background-position: left bottom;}
.contentCon .menu>ul>.on>a::before{ top: 0; height: 100%;}
.contentCon .menu>ul>li .menu3th{display: none; position: absolute;left: 100%; top: 0; width: 200px; background: #fafafa; border: 1px #eee solid; border-bottom: none;}
.contentCon .menu>ul>li .menu3th a{ display: block; height: 60px; line-height: 60px;font-size: 16px; padding: 0 20px; border-bottom: 1px #eee solid; transition: 0.4s;}
.contentCon .menu>ul>li .menu3th a:hover{background: #fffdff; color: #eb1818;}
.contentCon .menu>ul>li .menu3th li.act a{background: #fffdff; color: #eb1818;}
.content .contentTit{ position: relative; height: 58px; line-height: 58px; display: flex; justify-content: space-between; border-bottom: 2px #eeeeee solid;}
.content .contentTit .tit{ position: relative; display: inline-block; font-size: 20px; color: #eb1818;}
.content .contentTit .tit::before{ content: ""; position: absolute; left: 0; bottom: -2px; height: 3px; width: 100%; background: #eb1818;}
.content .contentTit .clib{ position: inherit; bottom: auto; left: auto; width: auto; color: #999999;}
.content .contentTit .clib img{ filter: brightness(0) invert(0.6);}
.content .contentTit .clib a{ color: #999999;}
.content .contentTit .clib a.on{ color: #eb1818;}
.content .contentTit .clib a:hover{ color: #eb1818;}
.productList{margin-bottom: 60px;}
.productList li{margin-top: 96px;}
.productList li a{ position: relative; display: block; background: url(../images/proBg1.jpg) no-repeat top right; background-size: cover; padding: 31px 28px; box-sizing: border-box;}
.productList li a::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/proBg2.jpg) no-repeat top right; background-size: cover; opacity: 0; transition: 0.4s;}
.productList li a .pic{width: 334px; height: 215px; margin-top: -80px; position: relative; z-index: 2; background: url(../images/proBg.jpg) no-repeat center;}
.productList li a .pic em{ display: block; height: 100%;}
.productList li a .text{ width: calc(100% - 377px); position: relative; z-index: 2;}
.productList li a .text h3{ height: 36px; line-height: 36px; font-size: 18px; color: #222222; font-weight: normal;}
.productList li a .text p{ font-size: 16px; color: #666666; line-height: 24px; height: 48px; margin-top: 4px;}
.inpageBtn {display: block; width: 140px; text-align: center; height: 36px; line-height: 34px; border: 1px #eb1818 solid; box-sizing: border-box; color: #e81b21; border-radius: 17px; margin-top: 22px; transition: 0.3s;}
.inpageBtn i{display: inline-block; width: 14px; height: 10px; background: url(../images/rightIcon.png) no-repeat 0 0; margin-left: 12px;}
.productList li a:hover::before{opacity: 1;}
.productList li a:hover .text h3{ color: #fff;}
.productList li a:hover .text p{ color: #fff;}
.productList li a:hover .text span{ background: #fff; border-color: #fff;}
.productList li:nth-child(2n) a .pic{ float: right;}
.productList li:nth-child(2n) a .text{float: left;}
/*页码*/
.page{ text-align: center;}
.page *{ display: inline-block; height: 38px; line-height: 38px; padding: 0 18px; border: 1px #dddddd solid; margin: 0 2px; color: #222; transition: 0.3s;}
.page input{ width: 40px; text-align: center; padding: 0; background: none;}
.page a.on{background: #0e5bb0; border-color: #0e5bb0; color: #fff;}
.page a:hover{background: #0e5bb0; border-color: #0e5bb0; color: #fff;}
.page span{ border: none; padding: 0;}

/*产品详情页*/
.contProTop{ height: 285px; background: #f8f8f8; margin-top: 42px;}
.contProTop .picBox{ position: relative; height: 100%; overflow: hidden; width: 446px;} 
.contProTop .picBox em{display: block; height: 100%;}
.contProTop .picBox .btn{ width: 14px; height: 26px; background: url(../images/rightIcon2.png) no-repeat 0 0; margin-top: -13px; right: 16px; transition: 0.3s; filter: brightness(0) invert(0.5);}
.contProTop .picBox .btn:hover{ filter: none;}
.contProTop .picBox .btn.swiper-button-prev{transform: rotate(180deg); right: auto; left: 16px;}
.contProTop .textBox{ width: calc(100% - 520px); padding-top: 28px;  padding-right: 34px;}
.contProTop .textBox h3{ line-height: 36px; font-size: 22px; color: #222222; font-weight: normal;}
.contProTop .textBox p{ font-size: 14px; line-height: 24px; max-height: 120px; color: #666666; margin-top: 6px;     -webkit-line-clamp: 5;}
.contProTop .textBox .phone{ font-size: 16px; color: #0e5bb0; margin-top: 10px;}
.contProTop .textBox .phone a{ color: #0e5bb0; padding-right: 16px;}
.contProTop .textBox .call{ display: block; margin-top: 20px;}
.contProTop .textBox .call img{ position: relative; top: 3px; margin-right: 2px; transition: 0.1s;}
.contProTop .textBox .call:hover{background: #e81b21; color: #fff;}
.contProTop .textBox .call:hover img{filter: brightness(0) invert(1);}

.proTitle{ margin-top: 56px; height: 56px; line-height: 56px; border-bottom: 1px #0e5bb0 solid; box-sizing: border-box; overflow: hidden;}
.proTitle span{position: relative; display: inline-block; padding: 0 32px; background: #0e5bb0; font-size: 22px; color: #fff;}
.proTitle span::after{ content: ""; position: absolute; top: 0; left: 100%; width: 21px; height: 55px; background: url(../images/proTitleBg.jpg) no-repeat 0 0;}
.proTitle a{ float: right; font-size: 16px; color: #666666; transition: 0.3s;}
.proTitle a img{ margin-right: 6px; transition: 0.2s; filter: brightness(0) invert(0.6);}
.proTitle a:hover{ color: #e81b21;}
.proTitle a:hover img{filter: none;}
.proText .tit{ position: relative; font-size: 18px; color: #0e5bb0; padding-left: 8px; margin-top: 32px;}
.proText .tit::before{ content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 16px; background: #0e5bb0; transform: translateY(-50%);}
/*20211104*/
/*.proLink{margin-right: 20px;border-bottom: none;}*/
/*.proLink span::after{background: none}*/
/*.proLink span a,.proLink a:hover{ color: #FFFFFF;font-size: 22px;}*/
.proLink{display: inline-block;border-color: #0e5bb0;color: #0e5bb0;}
.proLink:nth-of-type(1){margin-right: 50px;}
/*20211105*/
.proLink{padding: 0 20px;width: auto}
/*20211109*/
.proText ul{list-style: disc;padding: 0 40px;}

.relatedPro{ position: relative; overflow: hidden; margin-top: 16px;}
.relatedPro ul li .pic{ overflow: hidden;}
.relatedPro ul li em{ display: block; padding-bottom: 64.07%;}
.relatedPro ul li p{ height: 46px; line-height: 46px; text-align: center; font-size: 16px; color: #666666;}
.relatedPro ul li a{ display: block;}
.relatedPro ul li a:hover p{ color: #e81b21;}
.relatedPro .btn{ width: 14px; height: 26px; background: url(../images/rightIcon2.png) no-repeat 0 0; top: 40%; margin-top: -13px; right: 16px; transition: 0.3s; filter: brightness(0) invert(0.5);}
.relatedPro .btn:hover{ filter: none;}
.relatedPro .btn.swiper-button-prev{transform: rotate(180deg); right: auto; left: 16px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{pointer-events: auto;}

/*荣誉资质*/
.honorList{ margin-bottom: 60px;}
.honorList li{ float: left; width: 32%; margin-top: 40px; margin-right: 2%;}
.honorList li:nth-child(3n){margin-right: 0;}
.honorList li a{display: block; border: 1px #eee solid; padding: 20px 24px 8px 24px; box-sizing: border-box;}
.honorList li a .pic{ position: relative; padding-bottom: 68%;}
.honorList li a .pic img{display: block; max-width: 100%; max-height: 100%;}
.honorList li a p{position: relative; height: 56px; line-height: 56px; font-size: 18px; color: #222222; padding-right: 28px;}
.honorList li a p img{ position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 17px; height: 17px;}

/*认证*/
.attestationList li a .pic{ padding-bottom: 127%; margin-bottom: 6px;}
.attestationList li a{ padding: 30px 24px 8px 24px;}

/*案例*/
.caseOne{ background: url(../images/caseBg.jpg) no-repeat center; padding: 60px 0 90px 0;}
.caseOne .textBox{ width: 40.6%; padding-top: 66px;}
.caseOne .textBox h3{position: relative; line-height: 62px; font-size: 22px; color: #eb1818;}
.caseOne .textBox h3::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: #eb1818;}
.caseOne .textBox .txt{ margin-top: 34px; font-size: 16px; color: #3a3a3a; line-height: 32px;}
.caseOne .picBox{position: relative; width: 50%; z-index: 1;}
.caseOne .picBox::before{content: ""; position: absolute; bottom: -40px; left: -32px; width: 100%; height: 76%; background: #fff; z-index: -1;}
.caseOne .picBox em{ display: block; padding-bottom: 60.6%;}
.caseTwo{ padding: 102px 0 50px 0;}
.caseTwo .title{ display: flex; justify-content: space-between; line-height: 40px;}
.caseTwo .title span{ position: relative; padding-left: 14px; font-size: 22px; color: #eb1818; font-weight: bold;}
.caseTwo .title span::before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 20px; background: #eb1818;}
.caseTwo .title .tab a{ display: inline-block; padding: 0 36px; border: 1px #d2d2d2 solid; border-radius: 20px; font-size: 16px; color: #222222; margin-left: 18px; transition: 0.3s;}
.caseTwo .title .tab a.on{background: #eb1818; border-color: #eb1818; color: #fff;}
.caseTwo .title .tab a:hover{ border-color: #eb1818; color: #eb1818;}
.caseTwo .title .tab a.on:hover{background: #eb1818; border-color: #eb1818; color: #fff;}
.caseTwo .caseTwoBox{ margin-top: 32px; overflow: hidden;}
.caseTwo .caseTwoBox .box{position: relative; padding-bottom: 47.2%;}
.caseTwo .caseTwoBox .box .play{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); cursor: pointer; width: 80px; height: 80px; background: rgba(255,255,255,0.7); border-radius: 50%;}
.caseTwo .caseTwoBox .box .play::before{ content: ""; position: absolute; top: 0; left: 0; width: 78px; height: 78px; border: 1px #fff solid; animation: play 4s infinite; border-radius: 50%;}
.caseTwo .caseTwoBox .box .play::after{ content: ""; position: absolute; top: 0; left: 0; width: 78px; height: 78px; border: 1px #fff solid; animation: play 4s infinite; border-radius: 50%; animation-delay: 2s;}
@keyframes play {
	0% { opacity: 0; -webkit-transform: scale(1, 1); }
	5% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale(1.8); }
}
@-webkit-keyframes play {
	0% { opacity: 0; -webkit-transform: scale(1, 1); }
	5% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale(1.8); }
}
.caseTwo .caseTwoBox .text{ margin-top: 40px; font-size: 16px; color: #3a3a3a; line-height: 30px;}
.caseTwo .caseTwoBox .text .tit{ font-size: 18px; color: #222222; margin-bottom: 6px; font-weight: normal;}

/*新闻列表*/
.newsBox{ margin-top: 60px; padding-bottom: 60px;}
.newsBox .list{ padding-bottom: 30px;}
.newsBox .list li{ float: left; width: 48.68%; margin-bottom: 30px;}
.newsBox .list li:nth-child(2n){ float: right;}
.newsBox .list li a{ display: block; padding: 40px 32px; border: 1px #eeeeee solid; background: #fff;}
.newsBox .list li a h3{ height: 38px; line-height: 38px; font-size: 18px; color: #222222;}
.newsBox .list li a p{ font-size: 14px; line-height: 24px; height: 48px; color: #666666; margin-top: 4px;}
.newsBox .list li a .time{ position: relative; margin-top: 34px;}
.newsBox .list li a .time b{ display: block; font-size: 22px; color: #222222; font-family: "Roboto-Medium"; margin-bottom: 4px;}
.newsBox .list li a .time span{ color: #999999; font-family: "Roboto-Regular";}
.newsBox .list li a .time i{ position: absolute; top: 50%; right: 0; margin-top: -9px; display: block; width: 17px; height: 18px; background: url(../images/next.png) no-repeat top right;}
.newsBox .list li a .time i::before{ content: ""; position: absolute; top: 0; left: -18px; width: 1px; height: 18px; background: #eaeaea;}
.newsBox .list li a:hover{ box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.13);}
.newsBox .list li a:hover h3{ color: #0e5bb0;}
.newsBox .list li a:hover .time b{ color: #eb1818;}
.newsBox .list li a:hover .time i{ background-position: top left;}

/*人才招聘*/
.jobTop{ background: url(../images/jobBg.jpg) no-repeat 44% bottom; background-size: cover; padding: 86px 0 106px 0;}
.jobTop .text{ width: 48%; padding:50px 0 0 40px; box-sizing: border-box;}
.jobTop .text .tit{ font-size: 18px; color: #eb1818; margin-bottom: 16px;}
.jobTop .text .txt{ font-size: 16px; line-height: 24px; color: #333333;}
.jobBtm{ margin-top: 40px; padding-bottom: 60px;}
.jobBtm .list{ padding-bottom: 38px;}
.jobBtm .list li{ margin-bottom: 22px;}
.jobBtm .list li .title{ position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; height: 80px; line-height: 80px; background: #f3f7fc; padding: 0 68px 0 38px; font-size: 18px; color: #222222; cursor: pointer;}
.jobBtm .list li .title .name{ min-width: 14%;}
.jobBtm .list li .title .txt{ min-width: 66%; text-align: center; }
.jobBtm .list li .title .txt span{ position: relative; padding: 0 12px 0 18px;}
.jobBtm .list li .title .txt span::before{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 18px; background: #222222; margin-top: -9px; transition: 0.4s;}
.jobBtm .list li .title .txt span:first-child::before{ display: none;}
.jobBtm .list li .title i{position: relative; display: block; height: 34px; width: 34px; border: 1px #dcdcdc solid; border-radius: 50%;}
.jobBtm .list li .title i::before{ content: ""; position: absolute; top: 10px; left: 13px; transform: rotate(45deg); width: 8px; height: 8px; border-right: 1px #dcdcdc solid; border-bottom: 1px #dcdcdc solid; transition: 0.4s;}
.jobBtm .list li:hover .title{background: #307ed6; color: #fff;}
.jobBtm .list li:hover .title .txt span::before{ background: #fff;}
.jobBtm .list li:hover .title i{ background: #fff;}
.jobBtm .list li:hover .title i::before{ border-color: #307ed6;}
.jobBtm .list li .textBox{ display: none; padding: 20px 38px 47px 38px; color: #666666; line-height: 32px; background: #fff; box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.13);}
.jobBtm .list li .textBox .tit{ font-weight: normal; font-size: 16px; color: #222222; padding-top: 20px;}
.jobBtm .list li.on .title{background: #307ed6; color: #fff;}
.jobBtm .list li.on .title .txt span::before{ background: #fff;}
.jobBtm .list li.on .title i{ background: #fff;}
.jobBtm .list li.on .title i::before{ border-color: #307ed6; transform: rotate(-135deg); top: 14px;}

/*联系我们*/
.contactBox{position: relative; margin: 205px 0 28px 0; height: 820px;}
.contactBox iframe{width: 100%; height: 100%; box-sizing: border-box; border: 1px #eee solid;}
.contactBox .w1366{z-index: 1; height: 100%;}
.contactBox .box{ margin-top: -98px; width: 560px; background: url(../images/contactBg.jpg) left bottom; background-size: cover; padding: 47px 40px 76px 40px; box-sizing: border-box;}
.contactBox .box h3{ font-size: 35px; color: #fff; font-weight: normal; text-align: center;}
.contactBox .box h1{ font-size: 68px; color: rgba(255,255,255,0.1); text-align: center; text-transform: uppercase; font-family: "Roboto-Medium"; margin-top: 10px;}
.contactBox .box ul{padding-top: 34px;}
.contactBox .box ul li{ margin-top: 34px;}
.contactBox .box ul li .icon{position: relative; width: 48px; height: 48px; background: #3777bf; border-radius: 4px;}
.contactBox .box ul li .icon img{ display: block;}
.contactBox .box ul li .text{ color: #fff; width: calc(100% - 66px);}
.contactBox .box ul li .text .tit{ font-size: 20px; color: #ffffff; line-height: 26px;}
.contactBox .box ul li .text p{ font-size: 16px; color: #ffffff;}
.contactBox .box ul li .text p a{ color: #fff;}
.contactBox .box ul li .text p a:hover{text-decoration: underline;}

/*新闻列表-图片*/
.newsPicList{ padding-bottom: 30px;}
.newsPicList ul{ padding-bottom: 35px;}
.newsPicList ul li{ margin-bottom: 25px;}
.newsPicList ul li a{ display: flex; justify-content: space-between; background: #fff; padding: 25px 25px 25px 42px; height: 180px;}
.newsPicList ul li a .pic{ height: 100%; width: 300px; overflow: hidden;}
.newsPicList ul li a .pic em{ display: block; height: 100%;}
.newsPicList ul li a .text{position: relative; width: calc(100% - 400px); padding: 0 60px 0 33px; box-sizing: border-box;}
.newsPicList ul li a .text::before{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 86px; background: #e5e5e5; transform: translateY(-50%);}
.newsPicList ul li a .text h3{ height: 40px; line-height: 40px; font-size: 18px; color: #222222; font-weight: normal; padding-top: 38px;}
.newsPicList ul li a .text p{ line-height: 24px; color: #666666; height: 48px; margin-top: 10px;}
.newsPicList ul li a .time{ width: 100px;}
.newsPicList ul li a .time b{ display: block; font-size: 22px; color: #222222; font-family: "Roboto-Medium"; padding-top: 45px;}
.newsPicList ul li a .time span{ display: block; color: #999999; padding-top: 6px; font-family: "Roboto-Regular";}
.newsPicList ul li a .time i{position: relative; display: block; width: 17px; height: 18px; background: url(../images/next.png) right top no-repeat; margin: 24px 0 0 20px; transition: 0.3s;}
.newsPicList ul li a .time i::before{ content: ""; position: absolute; top: 0; left: -20px; width: 1px; height: 18px; background: #eaeaea;}
.newsPicList ul li a:hover{box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.13);}
.newsPicList ul li a:hover .text h3{ font-weight: bold; color: #0e5bb0;}
.newsPicList ul li a:hover .time b{ color: #eb1818;}
.newsPicList ul li a:hover .time i{background-position: left top;}

/*新闻详情*/
.contNews{ padding: 50px 0 56px 0;}
.contNews .newsTitle{ margin-bottom: 36px;}
.contNews .newsTitle h3{ line-height: 44px; font-size: 22px; color: #3a3a3a; text-align: center; font-weight: normal;}
.contNews .newsTitle h4{ line-height: 32px; padding: 18px 0; border-top: 1px #e5e5e5 solid; margin-top: 30px;
 border-bottom: 1px #e5e5e5 solid; font-size: 16px; color: #717171; font-weight: normal; overflow: hidden;}
.contNews .newsTitle h4 span{ padding-right: 48px;}
.contNews .newsTitle h4 span img{ position: relative; top: 1px; margin-right: 6px;}
.contNews .newsTitle h4 .back{ float: right; color: #717171; transition: 0.3s;}
.contNews .newsTitle h4 .back img{position: relative; top: 2px; margin-right: 6px; filter: brightness(0) invert(0.6); transition: 0.3s;}
.contNews .newsTitle h4 .back:hover{ color: #eb1818;}
.contNews .newsTitle h4 .back:hover img{filter: none;}
.inpageLink{ margin-top: 50px; padding-top: 16px; border-top: 1px #e5e5e5 solid;}
.inpageLink p{ height: 40px; line-height: 40px; font-size: 16px; color: #3a3a3a;}
.inpageLink p a{color: #3a3a3a; transition: 0.3s;}
.inpageLink p a:hover{ color: #eb1818;}

@media screen and (max-width: 1650px){
	.footer .footerTop .boxBtm .footNav{ width: 28%;}
}

@media screen and (max-width: 1580px){
	.header .logo img{max-height: 70px;}
	.header.on .logo img{ max-height: 70px;}
	.header{ height: 100px;}
	.header .nav .nLi h3{ height: 100px; line-height: 100px;}
	.header .nav .nLi .navSub{ top: 100px;}
	.banner .swiper-slide a{ height: 0; padding-bottom: 49.42%;}
	.nBan{ padding-top: 100px;}
	.footer .footerTop .boxBtm .footNav a{margin-bottom: 8px;}
	/*人才招聘*/
	.jobTop{background-position: 60% bottom;}
	.jobTop .text{  padding-left: 20px;}
}

@media screen and (max-width: 1480px){
	.footer .footerTop .boxBtm .footNav{ width: 31%;}
	.footer .footerTop .boxBtm .footNav a{ margin: 0 16px;}
}

@media screen and (max-width: 1390px){
	.header .logo img{ height: 56px;}
	.header .nav{ width: calc(100% - 46%);}
	.partTwoBox .itemBox .dot span.swiper-pagination-bullet-active i{ width: 80px;}
	/*产品列表*/
	.contentCon .content{ width: calc(100% - 300px);}
	.productList li a .text{width: calc(100% - 357px);}
}

@media screen and (max-width: 1330px){
	.footer .footerTop .boxBtm .footNav{ width: 23%;}
}

@media screen and (max-width: 1300px){
	/*产品列表*/
	.productList li a .pic{ width: 280px; height: 184px; margin-top: -60px;}
	.productList li a .text{ width: calc(100% - 300px);}
	/*产品详情页*/
	.contProTop{ height: 240px;}
	.contProTop .picBox{ width: 380px;}
	.contProTop .textBox{ width: calc(100% - 450px); padding-top: 14px;}
	.contProTop .textBox .phone{ font-size: 14px; margin-top: 16px;}
	/*案例*/
	.caseOne .textBox{ padding-top: 20px;}
	/*人才招聘*/
	.jobBtm .list li .title{ font-size: 16px; padding: 0 20px;}
	
	.footer .footerTop .boxBtm .text{max-width: 48%;}
}

@media screen and (max-width: 1200px){
	.header .nav{ display: none;}
	.menu-btn{ display: inline-block;}
	.partTwoBox .itemBox .dot span.swiper-pagination-bullet-active i{ width: 40px;}
	/*footer*/
	.footer{ padding-top: 30px;}
	.footer .footerTop{ padding-bottom: 20px;}
	.footer .footerTop .boxBtm .footNav{ width: 30%;}
	.footer .footerTop .boxBtm .text{ font-size: 16px; width: 48%;}
	.footerBtm{ padding: 12px 0;}
	/*企业文化*/
	.curtureActive .btn.swiper-button-next{right: 36%;}
	.curtureActive .btn.swiper-button-prev{left: 36%;}
	.cultureBox .cultureText{ max-width: 100%;}
	/*产品列表*/
	.contentCon .menu{ display: none;}
	.contentCon .content{ width: 100%;}
	/*人才招聘*/
	.jobTop .text{ padding-top: 0;}
	/*联系我们*/
	.contactBox .box{width: 500px;}
	.contactBox .box ul li .text p{ font-size: 15px;}
}

@media screen and (max-width: 996px){
	.w1700{width: 94%;}
	.w1366{width: 94%;}
	.w1200{width: 94%;}
	.banner .swiper-slide a{ padding-bottom: 56%;}
	/*part1*/
	.partOne{padding: 0 0 30px 0;}
	.partOne .itemBox{ padding: 10px;}
	/*part2*/
	.partTwo{ padding: 0;}
	.partTwoBox .text .btnBox .btn{ margin-right: 0; padding: 0 20px;}
	.partTwoBox .picBox a p{ font-size: 14px;}
	.partTwoBox .text .btnBox{ margin-top: 30px;}
	.partTwoBox .text .textItem{ padding: 16px 0;}
	.partTwoBox .picBox{ height: 450px;}
	.partTwoBox .itemBox{ padding: 20px 0 40px 0;}
	.partTwoBox .picBox .swiper-slide.swiper-slide-active p{ display: none;}
	.partTwoBox .itemBox .dot{ width: 50%; right: 0; bottom: 40px;}
	.partTwoBox .itemBox .qieBox{ right: 23%;}
	.partTwoBox .itemBox .qieBox .qie{width: 30px; height: 30px; }
	.partTwoBox .itemBox .qieBox .qie::before{ width: 7px; height: 14px; }
	
	/*part3*/
	.partThree{ padding: 0 0 30px 0;}
	.partThree .box{ margin-top: 0;}
	.partThree .box .item .text{top: calc(100% - 44px);}
	.partThree .box .item .text h3{ line-height: 44px; font-size: 16px;}
	.partThree .box .item:hover .text{top: calc(100% - 44px);}
	.partThree .box .right .itemTop .item:hover .text h3{ padding-top: 0;}
	/*part4*/
	.partFour{ padding: 40px 0;}
	.partFour .boxTop .text .txt{ padding-top: 0;}
	.partFour .boxTop .text .txt{ line-height: 26px; height: 78px; font-size: 15px;}
	.partFour .boxTop .videoBox::after{ display: none;}
	.partFour .boxBtm{ margin-top: 50px;}
	/*part5*/
	.partFive{ padding: 0 0 20px 0;}
	.partFive .box{ margin-top: 0;}
	/*footer*/
	.footer .footerTop .boxTop > img{ max-width: 46%;}
	.footer .footerTop .boxTop .footSearch{ width: 46%; height: 46px; line-height: 46px;}
	.footer .footerTop .boxTop .footSearch ul{ top: 46px;}
	.footer .footerTop .boxBtm .text p{ margin-bottom: 4px;}
	.footer .footerTop .boxBtm .footNav a{ font-size: 16px;}
	.fixedRight{ display: none;}
	.footer .footerTop .boxBtm .right .rBox a{ display: block; margin-bottom: 10px;}
	.footer .footerTop .boxBtm .right .rBox a:first-child{ margin-left: 6px;}
	.footer .footerTop .boxBtm .right .online.xitong{display: inline-block; width: auto; float: initial; margin-bottom: 10px;}
	
	/*关于我们*/
	.aboutBox .aboutNum{ margin: 0 4%;}
	.aboutBox .aboutNum .item h3 b{ font-size: 30px;}
	.aboutBox .aboutNum .item p{ font-size: 15px;}
	.inpageNav .w1366 a{ margin: 0 18px;}
	
	/*案例*/
	.caseOne .textBox{ padding-top: 10px; width: 43%;}
	/*人才招聘*/
	.jobTop{ padding: 60px 0; background-position: 70% bottom;}
	.jobTop img{ display: none;}
	.jobTop .text{ width: 63%; padding-left: 0;}
	.jobBtm .list li .title .txt span:first-child{ display: none;}
	.jobBtm .list li .title .txt span:nth-child(2){ display: none;}
	.jobBtm .list li .title .txt span:nth-child(3){ display: none;}
	.jobBtm .list li .title .txt span:nth-child(4)::before{ display: none;}
	/*联系我们*/
	.contactBox{ margin: 30px 0; height: auto;}
	.contactBox .w1366{ position: inherit; top: auto; left: auto; transform: none;}
	.contactBox .box{ width: 100%; padding: 10px 20px 30px 20px; margin-top: 0;}
	.contactBox .box h3{ display: none;}
	.contactBox .box h1{ display: none;}
	.contactBox .box ul{ padding-top: 1px;}
	.contactBox iframe{ height: 300px; margin-top: 30px;}
	/*新闻列表-图片*/
	.newsPicList ul li a{ height: 160px;}
	.newsPicList ul li a .text{padding: 0 30px 0 33px;}
	.newsPicList ul li a .pic{ width: 250px;}
	.newsPicList ul li a .text h3{padding-top: 26px;}
	.newsPicList ul li a .time b{ padding-top: 34px;}
}

@media screen and (max-width: 767px){
	/*header*/
	.header{ height: 66px;}
	.header.on{ height: 66px;}
	.header .logo img{ height: 34px;}
	.header .right .searchIcon{ width: 50px;}
	.menu-btn{ margin-left: 10px;}
	.bannerBox{ padding-top: 66px;}
	.banner .btn{ bottom: 20px;}
	.banner .btn span{ width: 8px; height: 8px;}
	.nBan{ padding-top: 66px;}
	.banner .bannerNext{ display: none;}
	.banner .bannerPrev{ display: none;}
	/*part1*/
	.indexTitle{ line-height: initial; line-height: 60px;}
	.indexTitle h3{  font-size: 18px;}
	.indexTitle .scollBox{ width: calc(100% - 100px);}
	.partOne .moreBox{display: none;}
	.partOne .indexTitle .scollBox{ text-align: right;}
	.partOne .indexTitle .scollBox a{ margin-right: 10px; font-size: 16px;}
	.partOne .itemBox{ padding: 0;}
	.itemBox li a .text{padding: 0 12px 20px 12px;}
	.itemBox li a .text .btm{ margin-top: 20px;}
	.itemBox li a .text h3{ font-size: 16px; height: 50px; line-height: 50px;}
	/*part2*/
	.partTwo .indexTitle{ display: block;}
	.partTwo .indexTitle h3{ width: 100%; line-height: 30px; padding-top: 20px;}
	.partTwo .indexTitleBox .scollBox{ display: inline-block; line-height: 44px; width: calc(100% - 80px);}
	.partTwo .indexTitleBox .scollBox li a{ font-size: 15px;}
	.partTwo .indexTitleBox .moreBox{display: inline-block; float: right; line-height: 44px;}
	.partTwoBox .itemBox{ padding: 6px 0 24px 0;}
	.partTwoBox .text{ width: 100%;}
	.partTwoBox .text h3{display: none; font-size: 16px; line-height: 46px; height: 46px;}
	.partTwoBox .text .textItem{ display: none;}
	.partTwoBox .text .textItem .txt{ margin-top: 10px;}
	.partTwoBox .text .textItem .txt2{ font-size: 14px;}
	.partTwoBox .text .btnBox{display: none; margin-top: 20px;}
	.partTwoBox .picBox{ width: 100%; margin-top: 20px; height: auto;}
	.partTwoBox .picBox .swiper-slide img{ height: 260px; max-width: 100%;}
	.partTwoBox .picBox a{height: 320px;}
	.partTwoBox .picBox a p{ display: block; opacity: 1; font-size: 16px;}
	.partTwoBox .picBox .swiper-slide.swiper-slide-active p{ display: block; opacity: 1;}
	.partTwoBox .itemBox .dot{ display: none; bottom: 10px;  width: 100%; background: none; height: 30px; overflow: hidden;}
	.partTwoBox .itemBox .dot span{font-size: 16px;}
	.partTwoBox .itemBox::before{display: none;}
	.partTwoBox .itemBox .qieBox{ width: 100%; right: 0; height: 0; margin-top: 0;}
	.partTwoBox .itemBox .qieBox .qie{position: absolute; top: 50%; right: 0; margin-top: -40px;}
	.partTwoBox .itemBox .qieBox .qie.swiper-button-prev{ right: auto; left: 0;}
	.partTwoBox .itemBox .qieBox .qie.swiper-button-next{ margin-top: -40px;}
	/*part3*/
	.partThree{ padding-bottom: 8px;}
	.partThree .box .item{ width: 100%;}
	.partThree .box>.fl{ margin-bottom: 20px;}
	.partThree .box>.fl em{padding-bottom: 100%;}
	.partThree .box .right{ width: 100%; display: none;}
	.partThree .box .right .itemTop{ display: block;}
	.partThree .box .right .itemTop .item:first-child{ width: 100%; margin-bottom: 20px;}
	.partThree .box .right .itemTop .item:first-child em{ padding-bottom: 40%;}
	.partThree .box .right .itemTop .item:nth-child(2){ width: 100%;}
	.partThree .box .right .itemTop .item:nth-child(2) em{ padding-bottom: 40%;}
	.partThree .box .right .itemTop .item em{ padding-bottom: 40%;}
	.partThree .box .item .text{top: calc(100% - 36px);}
	.partThree .box .item .text h3{ line-height: 36px; font-size: 15px; text-shadow: 0 0 4px rgba(0,0,0,0.5);}
	.partThree .box .right .itemTop .item .more{ display: none;}
	.partThree .moreAll{display: none; margin-top: 20px; width: 100px; height: 28px; line-height: 28px; font-size: 12px;}
	/* .partThree .box .item .text .txt{ display: none;}
	.partThree .box .item .text .more{ display: none;} */
	.partThree .box .item:hover .text{ top: 0;}
	.partThree .box .item .text{ top: 0; padding-top: 20px;}
	.partThree .box .item .text .txt{ margin-top: 10px;}
	.partThree .more{ bottom: 30px;}
	/*part4*/
	.partFour{padding: 0 0 20px 0;}
	.partFour .boxTop{ display: block;}
	.partFour .boxTop .text{ width: 100%;}
	.partFour .boxTop .videoBox{ width: 100%; margin-top: 30px;}
	.partFour .boxTop .text .more{ position: inherit; margin-top: 14px;}
	.partFour .boxBtm{ margin-top: 20px;}
	.partFour .boxBtm .item h3{ font-size: 13px;}
	.partFour .boxBtm .item h3 b{ font-size: 20px;}
	.partFour .boxBtm .item h3 i{ top: -7px;}
	.partFour .boxBtm .item p{ font-size: 12px;}
	.partFive .box{ padding-bottom: 40px;}
	.partFive .box li a{ height: 70px;}
	.partFive .box .btn span{ width: 6px; height: 6px;}
	.partFive .box .btn span.swiper-pagination-bullet-active{ width: 14px;}
	.partFour .boxTop .text .more{width: 100px; height: 28px; line-height: 28px; font-size: 12px; left: 50%; transform: translateX(-50%);}
	.partFour .boxTop .videoBox .play{ width: 50px; height: 50px;}
	.partFour .boxTop .videoBox .play::before{ width: 48px; height: 48px;}
	.partFour .boxTop .videoBox .play::after{ width: 48px; height: 48px;}
	/**/
	.footer{ padding-top: 10px;}
	.footer .footerTop .online{ width: 100%; font-size: 16px; height: 40px; line-height: 40px;}
	.footer .footerTop .boxTop{ display: none;}
	.footer .footerTop .boxTop > img{ display: none;}
	.footer .footerTop .footSearch{ float: left; width: 46%; height: 40px; line-height: 40px;}
	.footer .footerTop .footSearch span{ padding-left: 20px; font-size: 14px;}
	.footer .footerTop .footSearch ul{ top: auto; bottom: 40px; padding: 10px 20px;}
	.footer .footerTop .footSearch ul a{ font-size: 14px;}
	.footer .footerTop .boxBtm{ padding-top: 14px; display: block;}
	.footer .footerTop .boxBtm .text{ width: 100%; max-width: 100%; font-size: 14px; line-height: 24px;}
	.footer .footerTop .boxBtm .footNav{ width: 100%; padding: 0;}
	.footer .footerTop .boxBtm .footNav a{ display: none;}
	.footer .footerTop .boxBtm .footNav a:last-child{ display: inline-block; margin: 0; }
	.footer .footerTop .boxBtm .footNav a{ font-size: 15px; margin-bottom: 0;}
	.footer .footerTop .boxBtm .right{ width: 100%; height: auto; overflow: hidden;}
	.footer .footerTop .boxBtm .right .online{ float: right; font-size: 13px; height: 34px; line-height: 34px; margin-top: 0; box-sizing: border-box; padding: 0 10px;}
	.footer .footerTop .boxBtm .right .rBox a{ width: 48%; padding: 0 12px;}
	.footer .footerTop .boxBtm .right .online img{  width: 16px;}
	.footer .footerTop .boxBtm .right .online.xitong{ width: 100%;}
	.footer .footerTop .boxBtm .right .rBox{ float: right; margin-left: 0; overflow: hidden; width: 100%;}
	.footer .footerTop .boxBtm .right .rBox a{ float: right; margin-bottom: 0; width: 48%;}
	.footer .footerTop .boxBtm .right .rBox a:first-child{ float: left; margin-left: 0;}
	.footer .footerTop .boxBtm .right .ma{ display: none;}
	.footer .footerTop .boxBtm .right .ma .pic{ width: 92px; height: 92px;}
	.footerBtm .txt{ font-size: 14px; display: block; text-align: center; margin-bottom: 4px;}
	.footerBtm .w1700{display: block;}
	.footerBtm .img{ width: 100%; text-align: center; justify-content: center;}
	.footerBtm .img img{ width: 30px; margin-left: 6px; }
	.footerBtm .txt a{ margin-left: 0;}
	/*关于我们*/
	.nBan .nBanBox{ padding-bottom: 32%;}
	.clib{ display: none;}
	.nBan .nBanBox .title h3{ font-size: 20px;}
	.nBan .nBanBox .title p{ font-size: 14px;}
	.inpageNav{ display: none;}
	.aboutBox{ padding: 20px 0;}
	.aboutBox .aboutTitle{ font-size: 18px; line-height: 30px; margin-bottom: 10px; padding: 0 5%;}
	.word{ font-size: 15px; line-height: 30px;}
	.aboutBox .aboutImg{ margin-top: 24px;}
	.aboutBox .aboutNum{display: block; font-size: 0; margin: 0; margin-top: 20px;}
	.aboutBox .aboutNum .item{ width: 50%; display: inline-block;}
	.aboutBox .aboutNum .item::after{ display: none;}
	.aboutBox .aboutNum .item:first-child{ padding-bottom: 0;}
	.aboutBox .aboutNum .item:nth-child(2){ padding-bottom: 0;}
	.organizeBox .organizeImg.organizeImg-m{display: block;}
	.organizeBox .organizeImg.organizeImg-pc{display: none;}
	/*企业文化*/
	.cultureBox{ padding: 20px 0;}
	.inpageTitle{ font-size: 18px; line-height: 46px;}
	.cultureBox .cultureText{ padding: 26px 18px; margin-top: 20px;}
	.cultureBox .cultureText img.culture2{ margin: 30px 0 ;}
	.cultureBox .cultureText img.culture3{ margin-left: 0;}
	.curtureActive{ margin-top: 20px; padding-bottom: 60px;}
	.curtureActive ul li a p{ font-size: 16px; height: 42px; line-height: 42px;}
	.curtureActive .btn.swiper-button-next{ right: 18%;}
	.curtureActive .btn.swiper-button-prev{ left: 18%;}
	/*合作伙伴*/
	.partnerBox{padding: 30px 0;}
	.partner{ padding-bottom: 38px;}
	.partner .btn span{ width: 8px; height: 8px; margin: 0 3px !important;}
	/*产品列表*/
	.grayBg{ padding: 20px 0;}
	.contentCon .content{ padding: 10px 20px 20px 20px;}
	.content .contentTit .tit{ font-size: 18px;}
	.content .contentTit{ height: 46px; line-height: 46px;}
	.productList li{ margin-top: 20px;}
	.productList li a{ padding: 10px 10px 16px 10px;}
	.productList li a .pic{ width: 100%; margin-top: 0;}
	.productList li a .text{ width: 100%; margin-top: 14px;}
	.productList li a .text h3{ font-size: 16px;}
	.productList li a .text p{ margin-top: 0; font-size: 14px;}
	.productList li a .text span{ margin-top: 10px; height: 34px; line-height: 34px; width: 120px;}
	.productList{margin-bottom: 30px;}
	.page a{ display: none;}
	.page .btn,.page .on{ display: inline-block;}
	/*产品详情*/
	.contProTop{ height: auto; margin-top: 20px;}
	.contProTop .picBox em{ height: 202px;}
	.contProTop .picBox{ width: 100%;}
	.relatedPro .btn{display: none;}
	.contProTop .textBox{ width: 100%; box-sizing: border-box; padding:10px; box-sizing: border-box;}
	.contProTop .textBox h3{ font-size: 18px; height: 32px; line-height: 32px;}
	.contProTop .textBox p{ margin-top: 4px;}
	.contProTop .textBox .phone{ margin-top: 6px;}
	.contProTop .textBox .call{ margin-top: 12px;}
	.proTitle{ margin-top: 30px; height: 40px; line-height: 40px;}
	.proTitle span{ font-size: 16px; padding: 0 10px;}
	.proTitle span::after{ display: none;}
	.proText .tit{margin-top: 20px;}
	/*荣誉资质*/
	.honorList{ margin-bottom: 30px;}
	.honorList li{ width: 100%; margin-top: 20px; margin-right: 0;}
	.honorList li a p{ font-size: 16px; height: 42px; line-height: 42px;}
	/*案例*/
	.caseOne{ padding: 20px 0 30px 0;}
	.caseOne .textBox{ width: 100%; padding-top: 0;}
	.caseOne .textBox h3{ font-size: 18px; line-height: 46px;}
	.caseOne .picBox{ width: 100%; margin-top: 12px;}
	.caseOne .picBox::before{ display: none;}
	.caseOne .textBox .txt{ font-size: 15px; line-height: 30px; margin-top: 14px;}
	.caseTwo{ padding: 20px 0 30px 0;}
	.caseTwo .title{ display: block;}
	.caseTwo .title span{ font-size: 18px;}
	.caseTwo .title .tab { text-align: center;}
	.caseTwo .title .tab a{ font-size: 15px; height: 30px; line-height: 30px; padding: 0 14px; margin-left: 0;}
	.caseTwo .caseTwoBox{ margin-top: 18px;}
	.caseTwo .caseTwoBox .box .play{ height: 50px; width: 50px;}
	.caseTwo .caseTwoBox .box .play img{ width: 12px;}
	.caseTwo .caseTwoBox .box .play::before{ width: 48px; height: 48px;}
	.caseTwo .caseTwoBox .box .play::after{ width: 48px; height: 48px;}
	.caseTwo .caseTwoBox .text{ margin-top: 20px;}
	.caseTwo .caseTwoBox .text{ font-size: 15px;}
	/*新闻列表*/
	.newsBox{ margin-top: 30px; padding-bottom: 30px;}
	.newsBox .list{padding-bottom: 10px;}
	.newsBox .list li{ width: 100%; margin-bottom: 14px;}
	.newsBox .list li a{ padding: 20px;}
	.newsBox .list li a h3{ font-size: 16px; height: 30px; line-height: 30px;}
	.newsBox .list li a .time{ margin-top: 10px;}
	.newsBox .list li a .time b{ font-size: 18px; margin-bottom: 0;}
	.newsBox .list li a p{ margin-bottom: 0;}
	/*人才招聘*/
	.jobTop{ padding: 30px 0; background-position: left bottom;}
	.jobTop .text{ width: 100%;}
	.jobTop .text .txt{ font-size: 15px;}
	.jobBtm .list{ padding-bottom: 20px;}
	.jobBtm .list li{ margin-bottom: 14px;}
	.jobBtm .list li .title .txt span::before{ display: none;}
	.jobBtm .list li .title .txt span:nth-child(4){ display: none;}
	.jobBtm{ margin-top: 20px; padding-bottom: 30px;}
	.jobBtm .list li .title{ height: 52px; line-height: 52px; font-size: 15px;}
	.jobBtm .list li .title .name{ width: 40%;}
	.jobBtm .list li .title i{ width: 28px; height: 28px;}
	.jobBtm .list li .title i::before{ top: 7px; left: 10px;}
	.jobBtm .list li .title .txt{ min-width: 34%;}
	.jobBtm .list li .textBox{padding: 10px; line-height: 28px;}
	.jobBtm .list li .textBox .tit{ padding-top: 10px;}
	.jobBtm .list li.on .title i::before{ top: 12px;}
	/*联系我们*/
	.contactBox .box ul li .icon{ width: 36px; height: 36px;}
	.contactBox .box ul li .icon img{ width: 20px;}
	.contactBox .box ul li .text{ width: calc(100% - 46px);}
	.contactBox .box ul li{ margin-top: 14px;}
	.contactBox .box ul li .text .tit{ font-size: 15px; line-height: 20px;}
	.contactBox .box ul li .text p{ font-size: 13px;}
	/*新闻列表-图片*/
	.newsPicList{ padding-bottom: 10px;}
	.newsPicList ul{ padding-bottom: 10px;}
	.newsPicList ul li{ margin-bottom: 14px;}
	.newsPicList ul li a{ height: auto; padding: 10px 20px;}
	.newsPicList ul li a .pic{ display: none;}
	.newsPicList ul li a .time{ width: 80px;}
	.newsPicList ul li a .text { width: calc(100% - 80px); padding: 0 0 0 20px;}
	.newsPicList ul li a .time b{ padding-top: 22px; font-size: 20px;}
	.newsPicList ul li a .time i{ margin-top: 10px; display: none;}
	.newsPicList ul li a .text h3{ padding-top: 0; font-size: 16px;}
	.newsPicList ul li a .text p{ margin-top: 0;}
	/*新闻详情*/
	.contNews{ padding: 20px 0 30px 0;}
	.contNews .newsTitle{ margin-bottom: 14px;}
	.contNews .newsTitle h3{font-size: 18px; line-height: 30px;}
	.contNews .newsTitle h4{ margin-top: 10px; padding: 6px 0; font-size: 14px;}
	.contNews .newsTitle h4 span{ padding-right: 0;}
	.contNews .newsTitle h4 span:nth-child(2){ display: none;}
	.contNews .newsTitle h4 span:nth-child(3){ display: none;}
	.inpageLink{ margin-top: 20px;}
	.inpageLink p{ font-size: 15px; height: 36px; line-height: 36px;}
}














